home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_1024 / frame_1 / PlaceObject2_892_23 / CLIPACTIONRECORD onClipEvent(mouseMove).as
Text File  |  2005-08-12  |  234b  |  10 lines

  1. onClipEvent(mouseMove){
  2.    if(_parent._parent.bustBtn.mon == 1 && _parent._parent.pos != this._name)
  3.    {
  4.       if(this.hitTest(_root._xmouse,_root._ymouse,true))
  5.       {
  6.          _parent.bustMove(this._name);
  7.       }
  8.    }
  9. }
  10.